home *** CD-ROM | disk | FTP | other *** search
INI File | 1994-04-26 | 2.4 KB | 72 lines |
- ; PCMCIA PC Card INI File for IBM Auto Configurator
- ;
- ; -----------------------------------------------------------------------------
- ; Note 1 - Required Resources
- ;
- ; Port1 Port2 IRQ Memory1 MemSize1 Memory2 MemSize2 Others
- ; Modem * - * - - - - none
- ; SDLC - - - - - - - none
- ;
- ; *: A value for a key word marked by "*" should be described here.
- ; -: A value for a key word marked by "-" should not be described here.
- ;
- ; A "SDLC" card has not been supported by the Auto Configurator yet.
- ;
- ; -----------------------------------------------------------------------------
- ; Note 2 - Card ID
- ;
- ; When you use the following, please add a card ID in the "CardID" statement.
- ;
- ; [Modem]
- ; CardID=MD24XC OMRON Fax/Data Modem card
- ; 116E2 OKI Modem card 2400
- ; 118C2 OKI Modem card Fax/Data
- ; FC2400 Dr.Neuhaus Mikroelektronik GmbH FURY CARD 2400
- ; 2460MC ELSA GmbH MicroLink 2460MC
- ;
- ; -----------------------------------------------------------------------------
- ; Note 3 - Card Option
- ;
- ; [(All Card Name)]
- ; Option=Ignore Not configure the card
- ;
- ; "All Card Name" means Modem, SDLC.
- ;
- ; -----------------------------------------------------------------------------
- ; Note 4 - Co-existence with an enabler supplied with a PC card
- ;
- ; If an enabler is supplied with a PC card and you want to utilize its
- ; function, you must specify the DEVICE statement of that enabler after
- ; the DEVICE statement of AUTODRV2.SYS in CONFIG.SYS.
- ;
- ; (Example)
- ;
- ; DEVICE=C:\...\PCMCIA.SYS (the Card Services )
- ; DEVICE=C:\...\COM.SYS (the COM driver )
- ; DEVICE=C:\...\AUTODRV2.SYS C:\...\AUTODRV2.INI (the Auto Configurator )
- ; DEVICE=C:\...\xxxxxxxx.SYS (another enabler )
- ; DEVICE=C:\...\IBM2SS01.SYS (the Socket Services )
- ; DEVICE=C:\...\ICRMU01.SYS (the Resource Map Utility)
- ;
-
- [Auto Configurator Option]
- Beep=ON
-
- [Modem]
- CardID=MODEM,MD24XC,116E2,118C2,FC2400,2460MC
-
- ; Port1 :
- ; IRQ : Interrupt Level
-
- ;* Port1=3F8,2F8,3E8,2E8,3220,3228,4220,4228,5220,5228
- ;* IRQ=4,3
-
- Port1=3F8,IRQ=4
- Port1=2F8,IRQ=3
- Port1=3E8,IRQ=3
- Port1=2E8,IRQ=3
-
- [SDLC]
- CardID=SDLC
- Option=Ignore